projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07d94e4
)
Dummy implementation of get_platform_keymap, so that the API layer doesn't
author
Ewan Mellor
<ewan@xensource.com>
Tue, 28 Nov 2006 16:23:05 +0000
(16:23 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Tue, 28 Nov 2006 16:23:05 +0000
(16:23 +0000)
complain. This is going to change soon, I expect.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index 958c5cf8f84086c5dc48cdc753147f8d7bec59e0..945cc3c3ca3724ab642e48dab8953277e783c889 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-1715,6
+1715,8
@@
class XendDomainInfo:
return '' # TODO
def get_platform_std_vga(self):
return False
+ def get_platform_keymap(self):
+ return ''
def get_platform_serial(self):
return '' # TODO
def get_platform_localtime(self):